fix:Refactor Collector component URLs to distribution/name structure#420
fix:Refactor Collector component URLs to distribution/name structure#420omthorat2004 wants to merge 1 commit into
Conversation
✅ Deploy Preview for otel-ecosystem-explorer ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
a123b1c to
ad4be3f
Compare
|
|
|
Hi @omthorat2004, could you sign the CLA? |
|
@vitorvasc CLA is done! |
1838b44 to
c2b3157
Compare
|
@omthorat2004 could you update your branch with main so the diff is clean?
Feel free to throw screenshots from testing into the PR description or comments, we always welcome that to help provide context on reviews 👍 |
|
@jaydeluca I will update my branch today. |
aa59e2b to
4afc06d
Compare
|
@jaydeluca check now. |
|
@vitorvasc Could you please remove "missing:cla" label. Hello @vitorvasc @jaydeluca could you please review this pr :). |
d6eb860 to
3db22fa
Compare
|
@jaydeluca I have also added screenshots of ui changes. |


fixes #368
This PR refactors Collector component routing and ID structure.
Changes
Component ID format changed from:
{distribution}-{type}-{name}
→ {distribution}-{name}
Updated frontend routing:
/collector/components/:version/:id
→ /collector/components/:distribution/:name
Version moved from path to query param:
?version=0.150.0
Updated data loading and transformation logic
Updated tests and assertions to match new ID format
Migration
Regenerated collector data with updated ID format. No manual migration required.